home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / util / cdity / ModeProSrc.lha / appinfo.c next >
C/C++ Source or Header  |  2000-09-17  |  563b  |  29 lines

  1. /*
  2. #include "revision.h"
  3.  
  4. #define APPNAME ""   /* please insert application name */
  5.  
  6. #define VERSION 4
  7. #define VERSION_STR "4"
  8. #define VERREV_STR VERSION_STR "." REVISION_STR
  9.  
  10. char version[]="$VER: ModePro.lib" APPNAME " " VERSION_STR "." REVISION_STR " "__AMIGADATE__;
  11.  
  12. int AppVersion  =VERSION;
  13. int AppRevision =REVISION;
  14.  
  15. /************************************************
  16. Revision Info
  17. -------------------------------------------------
  18.  
  19. 4.51
  20.   Prefs
  21.     Overscan gadget fixed.
  22.  
  23. 4.50
  24.   Daemon
  25.     
  26.         
  27.  
  28. *************************************************/
  29. */